SftTabs/NET 6.0

OnSetComplete Method, TabCollectionClass Class

Softel vdm, Inc.

Performs additional custom processing after setting a tab in the TabCollectionClass instance.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Protected Overrides Sub OnSetComplete( _
     ByVal index As Integer, _
     ByVal oldValue As Object, _
     ByVal newValue As Object )

C#   

protected override void OnSetComplete(
     int index,
     object oldValue,
     object newValue );

C++   

protected: virtual void OnSetComplete(
     int index,
     Object^ oldValue,
     Object^ newValue );

index

The zero-based index of the tab just changed.

newValue

The new, current tab.

oldValue

The previous tab.

Comments

The OnSetComplete method performs additional custom processing after setting a tab in the TabCollectionClass instance.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com